projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3534a80
)
Set the breakpoint in x_error_quitter instead of _XPrintDefaultError.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Jul 1994 01:10:32 +0000
(
01:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Jul 1994 01:10:32 +0000
(
01:10
+0000)
src/.gdbinit
patch
|
blob
|
history
diff --git
a/src/.gdbinit
b/src/.gdbinit
index e1fb7540abd2b586b26fa24f41bd36d72b76d531..9c354b5607d1ff8ed4cf99960ed4bb1b90bd75ab 100644
(file)
--- a/
src/.gdbinit
+++ b/
src/.gdbinit
@@
-176,5
+176,6
@@
break abort
# If we are running in synchronous mode, we want a chance to look around
# before Emacs exits. Perhaps we should put the break somewhere else
# instead...
-break _XPrintDefaultError
+break x_error_quitter
+